projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6cd73
)
[WINDOWSNT]: Include ntlib.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 19:06:01 +0000
(19:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Apr 1996 19:06:01 +0000
(19:06 +0000)
lib-src/fakemail.c
patch
|
blob
|
history
diff --git
a/lib-src/fakemail.c
b/lib-src/fakemail.c
index 8284a4c6201d9aed96f5648efe23ce2063356b2b..93e14d7e961a7c12c6b4a9919c77aff158241e22 100644
(file)
--- a/
lib-src/fakemail.c
+++ b/
lib-src/fakemail.c
@@
-50,6
+50,10
@@
main ()
#undef close
#endif
+#ifdef WINDOWSNT
+#include "ntlib.h"
+#endif
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>